EN FR
EN FR


Section: Software

Jocaml

Participants : Luc Maranget, Xavier Clerc [correspondant] .

Jocaml is an implementation of the join-calculus integrated into Ocaml. With respect to previous join-language prototypes, the most salient feature of the new prototype is a better integration into Ocaml. We achieve binary compatibility with Ocaml, moreover Jocaml releases now follow Ocaml releases. See previous year reports for details on Jocaml. The current version is 3.12.1 (released in September [34] ) is available at http://jocaml.inria.fr/ .

This new release features an extended Jocaml specific library that provide programmers with an easier access to concurrency and distribution:

  1. Some utilities to parse command line, organize client-server connection, etc. This code was written partly by Xavier Clerc, engineer at INRIA SED department.

  2. Some new abstractions of text channels help for writing text oriented applications.